projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
021160f
)
(bootstrap-prepare): When copying from
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Thu, 5 Jul 2007 15:43:01 +0000
(15:43 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Thu, 5 Jul 2007 15:43:01 +0000
(15:43 +0000)
ldefs-boot.el, make sure loaddefs.el is writeable.
lisp/Makefile.in
patch
|
blob
|
history
diff --git
a/lisp/Makefile.in
b/lisp/Makefile.in
index dff3009b21559e06d0ea3d8e4b2a1e985125c223..3f56538e84e9d74b3e954f9ce1bf2f44837bc125 100644
(file)
--- a/
lisp/Makefile.in
+++ b/
lisp/Makefile.in
@@
-281,6
+281,7
@@
bootstrap-prepare:
$(MAKE) $(MFLAGS) autoloads; \
else \
cp $(lisp)/ldefs-boot.el $(lisp)/loaddefs.el; \
+ chmod +w $(lisp)/loaddefs.el; \
fi
maintainer-clean: distclean